2015-01-29 - 16655 - Spec - Investigate setting up IDOC process for POS returns via STO #STO #transferorder #OrderEntry #JapanSD #JapanPPMM #EDISD

SPECIFICATIONS

16655-Spec-Investigate setting up IDOC process for POS returns via STO


Purpose



Create a new IDOC process to allow for the POS returns from Store to Warehouse.

Admin Info


Purpose
Investigate setting up IDOC process for POS returns via STO
Requested By
Craig Spangler
Spec Created By
Surya Basa
Spec Created Date
01/29/2015
Spec QA by
Surya Basa
Objects
/AFS/PORDCR02
/AFS/PORDCR1
Document Status
Complete


Estimates



Sl.No
Activity
Estimation in Hours
1
Research

2
Documentation

3
Development/ Config

4
Unit test in DEV

5
Unit test in QUA

6
Other activity


TOTAL


References


Prior Tickets

[Provide links of prior associated Spec / Break Fix BOSS document(s)]

NA

Documents

[Attach any document(s) received for the requirement(s)]

NA


Spec Changes


[List the changes made to program after the approval of the original requirement along with the Date on which the change request was received and the name of the initiator]


Sl.
Change Details
Requested By
Requested On
Notes if any
1
Explore IDOC exit to populate UPC on STO
Craig
02/20/2015
The standard IDOC set up doesn't pull the UPC to the STO




















Functional Requirement


Purpose/WHY:

[Explain the purpose of the project and the reason why this requirement has come]

In Scope:

[List the activities to be included in scope]

Out of Scope:

[Out of scope activities]

Solution Summary


[Discuss this section with Requester and get approval prior to beginning work]

- The solution involves using an IDOC type /AFS/PORDCR1 to create an STO that will move the inventory from the store SLOC to the Warehouse.
- Explore appropriate IDOC user exit to populate the UPC # on to STO from the IDOC.

Test Plan
[List test scenarios/cases to be executed here]
Test ID
Test Scenarios
Expected Results
SD-0001
Create a STO using inbound Idoc.
IDOC Input: Single UPC (Material/size )
IDOC should be processed successfully and STO should be created with single UPC.
SD-0002
Create a STO using inbound Idoc.
IDOC Input: Multiple UPC (Multiple Materials/sizes)
IDOC should be processed successfully and STO should be created with Multiple UPC.
SD-0003
Create a STO using inbound Idoc.
IDOC Input: Single UPC (INVALID Material/size)
IDOC should be failed and no STO should be created.
SD-0004
Create a STO using inbound Idoc.
IDOC Input: Multiple UPCs (One INVALID Materials/sizes)
IDOC should be processed successfully and STO should be created with Multiple UPC (Except invalid UPC)
SD-0005
Create a STO using inbound Idoc.
IDOC Input: Multiple UPCs (Single item, 2 schedule line -REPEAT same Material/size)
IDOC should be processed successfully and STO should be created with Multiple UPCs and quantities should not be clubbed together for same size.
SD-0006
Create a STO using inbound Idoc.
IDOC Input: Multiple UPCs (2 items - Same material/size -REPEAT in two different item number)
IDOC should be processed successfully and STO should be created with 2 item number (Same Material for both item) And it should not be clubbed together.



Solution Details


[Provide complete technical details for configuration or programming here]

Created a Custom Bapi : 'ZBAPI_IDOC_INPUT1'.
- It will get the material number and grid value based on the UPC and passes to the idoc segments.
- And creates the Stock Transfer Order

Issues


[List Issues / Bugs identified in configuration or development]